home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / skoed / arexx / trexx.rexx < prev   
OS/2 REXX Batch file  |  1995-03-09  |  206b  |  15 lines

  1. /* TestRexx.rexx */
  2. /*
  3.        This shows simple calls to SkoEd
  4.  
  5.        with SkoEd running,  RX TestRexx.rexx
  6.  
  7. */
  8.  
  9. Options FailAt 100
  10. Options RESULTS
  11.  
  12. Address COMMAND 'NewShell'
  13. Address SKOED1 "Msg(AREXX)"
  14.  
  15.